const github.com/andybalholm/brotli.readBufSize

2 uses

	github.com/andybalholm/brotli (current package)
		reader.go#L20: const readBufSize = 32 * 1024
		reader.go#L43: 		r.buf = make([]byte, readBufSize)